type crypto/tls.prfFunc
5 uses
crypto/tls (current package)
prf.go#L20: type prfFunc func(secret []byte, label string, seed []byte, keyLen int) []byte
prf.go#L73: func prf12(hashFunc func() hash.Hash) prfFunc {
prf.go#L90: func prfAndHashForVersion(version uint16, suite *cipherSuite) (prfFunc, crypto.Hash) {
prf.go#L104: func prfForVersion(version uint16, suite *cipherSuite) prfFunc {
prf.go#L183: prf prfFunc
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |